.banner-services {
  height: 600px;
}

.carousel {
  min-width: 990px;
  min-height: 380px;
  position: relative;
}

.carousel-scenes {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 10;
}
.fade-in {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0;
     -moz-transition: opacity 1s ease 0;
      -ms-transition: opacity 1s ease 0;
       -o-transition: opacity 1s ease 0;
          transition: opacity 1s ease 0;
}
.fade-out {
  opacity: 0;
  display: none\0;
}
.carousel-scenes.fade-out{
  z-index: 9;
}
.has-link {
  cursor: pointer;
}
.carousel-controls {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 40px;

  text-align: center;

  font-size: 0;
  z-index: 20;
}
.carousel-controls .item,
.carousel-controls .item-selected {
  width: 16px;
  height: 17px;
  background: url('../images/normal_bg.png') no-repeat;
}
.carousel-controls .item {
  display: inline-block;
  margin: 6px 8px 0;
  background-position: -249px -51px;
  cursor: pointer;
}
.carousel-controls .current {
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel-controls .item:hover {
  background-position: -216px -51px;
}
.carousel-controls .item-selected {
  position: absolute;
  top: 6px;
  left: 50%;

  background-position: -182px -51px;

  -webkit-transition: all 0.5s ease 0;
     -moz-transition: all 0.5s ease 0;
      -ms-transition: all 0.5s ease 0;
       -o-transition: all 0.5s ease 0;
          transition: all 0.5s ease 0;
}

.carousel-controls-prev,
.carousel-controls-next {
  position: absolute;
  top: 50%;

  width: 27px;
  height: 84px;
  margin-top: -42px;
  background: url('../images/normal_bg.png') no-repeat;
  cursor: pointer;
  display: none;

  z-index: 30;
}
.carousel-controls-prev {
  left: 100px;
  background-position: 0 -59px;
}
.carousel-controls-prev.in-widget {
  left: -50px;
}
.carousel-controls-prev:hover {
  background-position: -33px -59px;
}

.carousel-controls-next {
  right: 100px;
  background-position: -88px -59px;
}
.carousel-controls-next.in-widget {
  right: -50px;
}
.carousel-controls-next:hover {
  background-position: -119px -59px;
}